home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global ballpos
- if (ballpos = 1) or (ballpos = 5) then
- puppetSound("fail")
- updateStage()
- wait(1)
- puppetSound(0)
- go("RGO")
- else
- if (ballpos = 3) or (ballpos = 7) then
- puppetSound("fail")
- updateStage()
- wait(1)
- puppetSound(0)
- puppetSprite(5, 0)
- go("Quit")
- else
- puppetSound("success")
- updateStage()
- wait(2)
- puppetSound(0)
- puppetSprite(5, 0)
- go("MM0", "TRAV3.DIR")
- end if
- end if
- end
-